home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.countScore == true)
- {
- if(_root.mcTargets.targeter._droptarget == "/mcTargets/spy5")
- {
- _root.score = Number(_root.score) + 100;
- _root.mcTargets.spy5.gotoAndPlay("crash");
- if(_root.capCount != 0)
- {
- _root.capCount -= 1;
- }
- _root.countScore = false;
- }
- if(_root.mcTargets.targeter._droptarget == "/mcTargets/spy4")
- {
- _root.score = Number(_root.score) + 300;
- _root.mcTargets.spy4.gotoAndPlay("crash");
- if(_root.capCount != 0)
- {
- _root.capCount -= 1;
- }
- _root.countScore = false;
- }
- if(_root.mcTargets.targeter._droptarget == "/mcTargets/spy3")
- {
- _root.score = Number(_root.score) + 100;
- _root.mcTargets.spy3.gotoAndPlay("crash");
- if(_root.capCount != 0)
- {
- _root.capCount -= 1;
- }
- _root.countScore = false;
- }
- if(_root.mcTargets.targeter._droptarget == "/mcTargets/spy2")
- {
- _root.score = Number(_root.score) + 100;
- _root.mcTargets.spy2.gotoAndPlay("crash");
- if(_root.capCount != 0)
- {
- _root.capCount -= 1;
- }
- _root.countScore = false;
- }
- if(_root.mcTargets.targeter._droptarget == "/mcTargets/spy")
- {
- _root.score = Number(_root.score) + 100;
- _root.mcTargets.spy.gotoAndPlay("crash");
- if(_root.capCount != 0)
- {
- _root.capCount -= 1;
- }
- _root.countScore = false;
- }
- }
- if(_root.mcTargets.targeter._droptarget == "/cheatme")
- {
- _root.capCount = 0;
- _root.cheat = true;
- }
- }
-